projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa35e05
)
Fix previous change.
author
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 9 Aug 2006 06:56:38 +0000
(06:56 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 9 Aug 2006 06:56:38 +0000
(06:56 +0000)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index b02268ac2186e86bef66875c1a8cf3addbcdd639..49a18be1df55a09296dfca97c29b887caa1591d4 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-6260,7
+6260,7
@@
readline (lbp, stream)
if (DEBUG) start = 0; /* shut up the compiler */
if (sscanf (lbp->buffer, "#line %d %n\"", &lno, &start) >= 1
- &&
inp
[start] == '"')
+ &&
lbp->buffer
[start] == '"')
{
char *endp = lbp->buffer + ++start;